﻿@charset "utf-8";
@font-face {
    font-family: 'squar';
    src: url(../font/Squar-Roman.ttf);
}

html {
    font-size: 20px;
}

body {
    font-size: .8rem;
    color: #333333;
    font-family: 'Microsoft YaHei', Simsun, Arial, Verdana, Sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}

div,
ul,
li,
dl,
dt,
dd,
p,
form {
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    font-size: inherit;
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #ea0a0a;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:active {
    color: inherit;
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

select,
input,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
}

tr {
    vertical-align: middle;
    background: #d6bfbf;
    border: 1px solid #fff;
    text-align: center;
}

td,
th {
    padding: 8px;
    padding: .5rem;
    border: 2px solid #fff;
}

th {
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
}

td {
    font-family: 'Avenir Next', 'Segoe UI', 'Lucida Grande', sans-serif;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ellipsis2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.bg {
    min-width: 1200px;
}

.container {
    min-width: 1200px;
    padding: 40px 0;
}

.w120 {
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.btn-more {
    display: block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #ea0a0a;
    color: #fff;
    transition: 0.4s all;
    border: 1px solid #ea0a0a;
}

.btn-more:hover {
    color: #ea0a0a;
    background: #fff;
}

.btn-more.cen {
    margin: auto;
}

.pager {
    text-align: center;
    margin-top: 50px;
}

.pager a,
.pager strong {
    display: inline-block;
    border: 1px solid #ea0a0a;
    padding: 5px 10px;
    margin: 0 4px;
}

.pager a:hover,
.pager strong {
    background: #ea0a0a;
    color: #fff;
}


/*分页*/

.top {
    height: 36px;
    background: #201919;
    min-width: 1200px;
    position: relative;
}

.top .w120 {
    position: relative;
}

.top .w120::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ea0a0a;
    left: -100%;
}

.top .top-fl {
    float: left;
    padding-left: 15px;
}

.top .top-fl p {
    color: #fff;
    line-height: 36px;
}

.top .top-fr {
    float: right;
    padding-right: 15px;
}

.top .top-fr p {
    font-size: 14px;
    line-height: 36px;
    padding-left: 30px;
    color: #fff;
    background: url(../img/icon/icon-tel1.png) no-repeat left;
}


/*header 开始*/

.header {
    min-width: 1200px;
    position: relative;
    z-index: 100;
    width: 100%;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.header-top p {
    line-height: 35px;
}

.header-top .top-right {
    position: relative;
}

.header-top .top-right:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: -30px;
    top: 6px;
    background: url(../img/phone.png) no-repeat center;
}

.nav {
    min-width: 1200px;
    background: #fff;
    height: 100px;
    box-shadow: 0 0 5px #8e8e8e;
}

.nav .logo {
    float: left;
    padding: 8px 0;
}

.nav .nav-right {
    float: right;
}

.nav ul li {
    float: left;
    margin: 0 12px;
    position: relative;
    z-index: 2;
}

.nav ul li .tit {
    display: block;
    text-align: center;
    font-size: .8rem;
    height: 100px;
    line-height: 100px;
    display: block;
    /*padding: 0 30px;*/
    position: relative;
    color: #333333;
}

.nav .nav-right ul li>a {
    font-size: 16px;
    color: #333;
    line-height: 100px;
    display: block;
    margin: 0 10px;
}

.nav .nav-right ul>li:hover::before,
.nav .nav-right ul>li.on::before {
    content: '';
    position: absolute;
    width: 98px;
    height: 48px;
    background: #ea0a0a;
    z-index: -1;
    top: 26px;
    left: -7px;
}

.nav ul>li:hover .tit,
.nav ul>li.on .tit {
    color: #fff;
    position: relative;
}

.nav .nav-right ul li.on a {
    color: #fff;
}

.nav ul li .child {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-align: center;
    /* height: 0px; */
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s all;
    transition: .4s all;
    background: rgba(0, 0, 0, .5);
}

.nav ul li .child a {
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #505050;
}

.nav ul li .child a:last-child {
    border-bottom: 0;
}

.nav .nav-right ul li:hover .child {
    display: block;
    top: 100px;
    opacity: 1;
    visibility: visible;
}

.nav ul li .child a:hover {
    background: #ea0a0a;
}


/*header 结束*/


/*搜索框 开始*/

.search-box {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.search-box .search-fl {
    float: left;
    line-height: 42px;
    padding-left: 35px;
    background: url(../img/icon/icon-huo.png) no-repeat left center;
}

.search-box .search-fl h2 {
    float: left;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
}

.search-box .search-fl a {
    float: left;
    display: block;
    margin-right: 20px;
    color: #888888;
}

.search-box .search-fl a:hover {
    color: #ea0a0a;
}

.search-box .search-fr {
    float: right;
    position: relative;
}

.search-box .search-fr .sear-box {
    position: relative;
    overflow: hidden;
}

.search-box .search-fr input {
    line-height: 42px;
    border: 1px solid #dcdcdc;
    width: 340px;
    padding: 0 70px 0 15px;
    outline: none;
    background: #fff;
    -webkit-appearance: none;
}

.search-box .search-fr button {
    background: #EA0A0A;
    padding: 10px;
    height: 44px;
    width: 62px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0;
    border: 0;
}

.search-box .search-fr button:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #F9F0DA;
    width: 72px;
    height: 42px;
    background: url(../img/icon/icon-sear.png) no-repeat center;
    z-index: 2;
}

.search-box .search-fr form {
    padding: 0;
    margin: 0;
}


/*搜索框 结束*/


/*banner 开始*/

.banner-box {
    position: relative;
    text-align: center;
    min-width: 1200px;
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-box .swiper-pagination-custom,
.banner-box .swiper-pagination-fraction {
    bottom: 20px;
}

.banner-box .swiper-pagination {
    z-index: 999;
}

.banner-box .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #ddd;
    opacity: 1;
    border-radius: 8px;
}

.banner-box .swiper-pagination-bullet-active {
    background: #2241a9;
    height: 16px;
    border-radius: 8px;
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner-title {
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -200px;
}

.banner-title h3 {
    font-size: 36px;
    color: #fff;
    float: left;
    border-right: 1px #fff solid;
    padding-right: 35px;
    margin-right: 35px;
    text-align: right;
}

.banner-title h3 em {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    padding-bottom: 60px;
}

.banner-title h4 {
    font-size: 36px;
    color: #fff;
    float: left;
    text-align: left;
}

.banner-title h4 em {
    font-size: 16px;
    display: block;
}

.nbanner-box {
    position: relative;
    overflow: hidden;
}

.nbanner-box .box {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.banner-box .banner-m2 {
    display: none;
}

.banner-box .swiper-button-prev {
    background-image: url(../img/icon/icon-left.png);
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 38px;
    left: 10%;
    top: calc(50% - 24px);
}

.banner-box .swiper-button-next {
    background-image: url(../img/icon/icon-right.png);
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 38px;
    right: 10%;
    top: calc(50% - 24px);
}


/*banner 结束*/


/* 首页标题 开始 */

.inx-tit {
    text-align: center;
    margin-bottom: 30px;
}

.inx-tit h2 {
    font-size: 32px;
    color: #ea0a0a;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.inx-tit h2::before {
    position: absolute;
    color: #dbdbdb;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    top: 0;
}

.inx-tit.pro h2::before {
    content: 'product center';
}

.inx-tit.new h2::before {
    content: 'news center';
}

.inx-tit span {
    display: block;
    background: url(../img/line.png) no-repeat center;
    width: 63px;
    height: 4px;
    margin: 15px auto 0;
}


/* 首页标题 结束 */


/* 二列 开始 list-l2*/

.list-l2 ul {
    margin-left: -10px;
}

.list-l2 ul li {
    float: left;
    width: calc(50% - 40px);
    margin: 0 20px;
}


/* 二列 开始 list-l2*/


/* 三列 开始 list-l3*/

.list-l3 ul {
    /* margin-left: -15px; */
}

.list-l3 ul li {
    float: left;
    width: calc(100% / 3 - 30px);
    margin: 0 15px 20px;
}


/* 三列 结束 list-l3*/


/* 一列 结束 list-l1*/

.list-l1 ul li {
    margin-bottom: 30px;
}

.list-l1 ul li:last-child {
    margin-bottom: 0;
}


/* 一列 结束 list-l1*/


/* 首页产品 开始 */

.inx-pro {
    background: url(../img/pro-m1.jpg) no-repeat top;
}

.pro-list a {
    display: block;
}

.pro-list .img-box {
    overflow: hidden;
    border: 1px solid #d2d2d2;
    position: relative;
}

.pro-list .img-box::before {
    content: '';
    position: absolute;
    width: 78px;
    height: 73px;
    left: -78px;
    top: -73px;
    transition: 0.4s all;
    z-index: 1;
    background: url(../img/pro-m3.png) no-repeat center;
}

.pro-list .img-box img {
    transition: 0.4s all;
    width: 100%;
}

.pro-list a:hover .img-box img {
    transform: scale(1.05);
}

.pro-list a:hover .img-box {
    border: 1px solid #ea0a0a;
}

.pro-list a:hover .img-box::before {
    top: 0;
    left: 0;
}

.pro-list .text {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 24px;
    padding: 10px;
}

.pro-list a:hover .text {
    color: #ea0a0a;
}


/* 首页产品 结束 */


/* 首页优势 开始 */

.inx-adv {
    background: url(../img/adv-m1.jpg) no-repeat center;
}

.inx-adv .adv-text {
    width: calc(50% - 40px);
    padding-right: 40px;
}

.inx-adv .adv-text .tit {
    margin-bottom: 30px;
}

.inx-adv .adv-text .tit h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.inx-adv .adv-text .tit h2 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.inx-adv .adv-text .tit span {
    display: block;
    width: 40px;
    background: #e8be16;
    height: 2px;
    margin: 10px 0;
}

.inx-adv .adv-text .text {
    font-size: 18px;
    color: #fff;
}

.inx-adv .adv-text .text i {
    display: inline-block;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    margin-right: 15px;
    transition: 1s all;
    transform-style: preserve-3d;
}

.inx-adv .adv-text .text:hover i {
    transform: rotateY(1turn);
}

.inx-adv .adv-text .text.adv1 i {
    background: url(../img/icon/icon-adv1.png) no-repeat center;
}

.inx-adv .adv-text .text.adv2 i {
    background: url(../img/icon/icon-adv2.png) no-repeat center;
}

.inx-adv .adv-text .text.adv3 i {
    background: url(../img/icon/icon-adv3.png) no-repeat center;
}

.inx-adv .adv-text .text.adv4 i {
    background: url(../img/icon/icon-adv4.png) no-repeat center;
}

.inx-adv .adv-img {
    width: calc(50% - 40px);
    padding-left: 40px;
    text-align: right;
    padding-right: 30px;
}

.inx-adv .adv-img h2 {
    font-size: 26px;
    color: #ea0a0a;
    text-align: right;
    margin-bottom: 30px;
}


/* 首页优势 结束 */


/* 首页关于 开始 */

.inx-abo {
    background: url(../img/abo-m2.png) no-repeat;
    background-position: 100px 50px;
    position: relative;
    overflow: hidden;
}

.inx-abo .tit {
    margin-bottom: 30px;
}

.inx-abo .tit h2 {
    font-size: 32px;
    color: #ea0a0a;
    font-weight: bold;
}

.inx-abo .tit span {
    display: block;
    background: url(../img/line.png) no-repeat center;
    width: 63px;
    height: 4px;
    margin-top: 15px;
}

.inx-abo .tit h3 {
    font-size: 22px;
    color: #333;
    margin: 10px 0;
}

.inx-abo .abo-text {
    width: calc(50% - 40px);
    margin-right: 40px;
}

.inx-abo .text {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    margin-bottom: 40px;
}

.inx-abo .tel {
    display: flex;
    align-items: center;
}

.inx-abo .tel .tel-text {
    padding-left: 40px;
    background: url(../img/icon/icon-tel2.png) no-repeat left center;
    font-size: 36px;
    font-family: 'squar';
    margin-left: 20px;
}

.inx-abo .abo-img {
    position: absolute;
    right: 0;
    top: 40px;
    width: 50%;
    float: right;
}

.inx-abo .abo-img .img-box {
    border-top-right-radius: 130px;
    overflow: hidden;
}


/* 首页关于 结束 */


/* 首页新闻 开始 */

.inx-news ul li a {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
}

.inx-news .time {
    float: left;
    margin-right: 10px;
    text-align: center;
    width: calc(20% - 20px);
}

.inx-news .time .day {
    font-size: 26px;
    font-weight: bold;
    color: #ea0a0a;
    margin-bottom: 10px;
}

.inx-news .time .years {
    font-size: 15px;
    color: #666;
}

.inx-news .text {
    float: left;
    border-left: 1px solid #eee;
    width: calc(80% - 15px);
    padding-left: 15px;
}

.inx-news .text h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.inx-news .text p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.inx-news a:hover {
    box-shadow: 0 0 15px #ddd;
}

.inx-news a:hover .time .day {
    color: #ea0a0a;
}

.inx-news a:hover .text h2 {
    color: #ea0a0a;
}


/* 首页新闻 结束 */


/* 首页其他 开始 */

.other {
    background: url(../img/other-m2.jpg) no-repeat center;
    min-width: 1200px;
}

.other .img-box {
    float: left;
    width: 33.3%;
}

.other .text-cen {
    float: left;
    width: 33.3%;
    padding: 40px 0;
    color: #fff;
    text-transform: uppercase;
}

.other .text-cen h3 {
    font-size: 24px;
    font-family: Arial;
    opacity: 0.7;
}

.other .text-cen h2 {
    display: inline-block;
    font-size: 24px;
    padding: 5px 0;
    margin: 5px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.other .text-cen h4 {
    font-size: 12px;
    font-family: Arial;
    opacity: 0.3;
    letter-spacing: 10px;
}

.other .text-rig {
    float: right;
    width: 33.3%;
    padding: 40px 0;
}

.other .text-rig .tel {
    padding-left: 75px;
    background: url(../img/icon/icon-tel3.png) no-repeat left;
    color: #fff;
}

.other .text-rig .tel span {
    display: block;
    font-size: 18px;
}

.other .text-rig .tel p {
    font-size: 30px;
    font-family: 'squar';
}

.other .text-rig .btn-qq {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #0b56e1;
    margin-top: 15px;
    transition: 0.4s all;
}

.other .text-rig .btn-qq:hover {
    background: #0a44b1;
}


/* 首页其他 结束 */


/* 底部 开始 */

footer {
    background: url(../img/fot-m1.jpg) no-repeat center;
    padding: 40px 0 0;
    min-width: 1200px;
}

footer .fot-add {
    float: left;
    width: 35%;
    color: #fff;
}

footer .fot-add h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer .fot-add p {
    font-size: 14px;
    line-height: 32px;
}

footer .fot-nav {
    float: right;
    width: 60%;
}

footer .fot-nav ul {
    margin-left: -10px;
}

footer .fot-nav ul li {
    float: left;
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

footer .fot-nav ul li .tit {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

footer .fot-nav ul li .child a {
    font-size: 14px;
    color: #a0a0a0;
    display: block;
    line-height: 26px;
}

footer .fot-nav ul li .child a:hover {
    color: #ea0a0a;
}

footer .copyRight {
    padding: 15px 0;
    border-top: 1px solid #564a4d;
    margin-top: 40px;
}

footer .copyRight p {
    float: left;
    color: #a0a0a0;
    font-size: 14px;
}

footer .copyRight a {
    float: right;
    font-size: 14px;
    color: #a0a0a0;
}

footer .copyRight a:hover {
    color: #ea0a0a;
}


/* 底部 结束 */


/* 内页banner 开始 */

.nbanner-box {
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}

.nbanner-box .box1 {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.nbanner-box .banner-tit {
    color: #fff;
    font-size: 48px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

.con-banner-box {
    position: relative;
    min-width: 1200px;
}


/* 内页banner 结束 */


/* 公司简介 开始 */

.location {
    font-size: 14px;
    color: #999;
}

.location .true {
    color: #333;
}

.sub-menu {
    min-width: 1200px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.sub-menu ul li {
    float: left;
    width: 120px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 20px;
}

.sub-menu ul li a {
    color: #333;
}

.sub-menu ul li.on,
.sub-menu ul li:hover {
    background: #ea0a0a;
    color: #fff;
}

.sub-menu ul li.on a,
.sub-menu ul li:hover a {
    color: #fff;
}

.con-box .tit-box {
    margin-bottom: 20px;
}

.con-box .tit-box h2 {
    font-size: 32px;
    text-align: center;
    color: #ea0a0a;
    font-weight: bold;
}

.con-box .tit-box p {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.abo-con .text .about-img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(50% - 30px);
}

.abo-con .text p {
    /* float: left; */
    font-size: 16px;
    color: #666;
    line-height: 32px;
    text-indent: 32px;
    margin-bottom: 10px;
}

.abo-con #pic-roll {
    overflow: hidden;
    width: 100%;
    height: 250px;
    float: left;
}

.abo-con #pic-roll li {
    text-align: center;
    float: left;
    margin-right: 22px;
}

.abo-con #pic-roll li img {
    border: 1px solid #EAEAEA;
}

.abo-con #pic-roll li p {
    color: #333;
}

.abo-con #pic-roll li .equ-box {
    position: relative;
    overflow: hidden;
}

.abo-con #pic-roll li .equ-box img {
    transition: 0.4s all;
}

.abo-con #pic-roll li:hover .equ-box img {
    transform: scale(1.05);
}

.abo-con #pic-roll li .equ-box p {
    transition: 0.4s all;
    width: 100%;
    position: absolute;
    bottom: -42px;
    line-height: 42px;
    background: rgba(235, 10, 10, .8);
    color: #fff;
}

.abo-con #pic-roll li:hover .equ-box p {
    bottom: 0px;
}

.abo-con #roll-item {
    float: left;
    width: 800%;
    margin-top: 10px;
}

.abo-con #roll-item1 {
    float: left;
}

.abo-con #roll-item2 {
    float: left;
}


/* 公司简介 结束 */


/* 产品中心 开始 */

.sub-nav {
    float: left;
    width: 300px;
}

.sub-nav .leib2 {
    margin-bottom: 20px;
}

.sub-nav .leib2 .tit {
    color: #fff;
    font-size: 24px;
    background: #d60e0e;
    /* height: 75px; */
    padding-top: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-left: 25px;
    text-align: left;
    overflow: hidden;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.sub-nav .leib2 .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    text-transform: capitalize;
}

.sub-nav .leib2 .nr {
    border: 2px solid #ea0a0a;
    padding-bottom: 50px;
}

.sub-nav .leib2 .nr h3 {
    display: block;
    margin: 15px auto 0;
    padding-left: 25px;
    /* width: 220px; */
    /* height: 40px; */
    line-height: 30px;
    border-bottom: 1px solid #ececec;
    background: url(../img/pro-m5.jpg) no-repeat 1% 48%;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    padding-bottom: 10px;
}

.sub-nav .leib2 .nr h3 a {
    color: #333;
    transition: 0.4s;
    display: block;
}

.sub-nav .leib2 .nr h3.on a {
    color: #ea0a0a;
    padding-left: 10px;
}

.sub-nav .leib2 .nr h3:hover a {
    color: #ea0a0a;
    padding-left: 10px;
}

.sub-nav .leib2 .nr ul {
    margin: 5px 5px 5px 35px;
}

.sub-nav .leib2 .nr ul li {
    display: block;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}

.sub-nav .leib2 .nr ul li a {
    color: #333333;
}

.sub-nav .leib2 .nr ul li a:hover {
    color: #ea0a0a;
}

.sub-nav .leftlx {
    width: 300px;
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ececec;
    display: block;
    margin-bottom: 20px;
    border-bottom: 5px solid #ea0a0a;
}

.sub-nav .leftlx .dianhua span {
    font-size: 20px;
    color: #ea0a0a;
    font-family: 'impact';
}

.sub-nav .leftlx p {
    padding-top: 10px;
    line-height: 25px;
}

.sub-nav .leftlx p a:nth-child(2) {
    margin-left: 42px;
}

.con .right {
    float: left;
    width: calc(100% - 340px);
    margin-left: 40px;
}

.con .right .plc {
    border-bottom: #ccc 1px solid;
    line-height: 38px;
    height: 38px;
    color: #555;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: 微软雅黑;
    background: url(../img/icon/icon-dizhi.png) no-repeat 5px 11px;
    padding-left: 25px;
}

.con .right .plc .red_x {
    color: #ea0a0a;
    font-weight: bold;
    font-size: 14px;
}

.con .right .plc a {
    color: #555;
}

.con-pro .pro-list ul li {
    margin-bottom: 20px;
}


/* 产品中心 结束 */


/*产品详情 开始*/


/*业务*/


/* shopping*/


/*.RighInfo001277{ padding:2% 0;}*/

.RighInfo001277 .list_img {
    /* float:left; */
    width: 100%;
    position: relative;
}

.RighInfo001277 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo001277 .big_img li figure {
    border: 1px solid #dcdcdc;
    border: 1px solid #dcdcdc;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.RighInfo001277 .big_img figure {
    margin: 0;
}

.RighInfo001277 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo001277 .list .bd {
    position: relative;
}

.RighInfo001277 .list a {
    position: absolute;
    width: 17.1%;
    height: 40px;
    right: 0;
    background: url(../img/RighInfo001277-btn_prev.png) no-repeat center center/auto 50%;
    cursor: pointer;
}

.RighInfo001277 .list a.prev {
    top: 0;
}

.RighInfo001277 .list a.next {
    bottom: 0;
    background-image: url(../img/RighInfo001277-btn_next.png);
}

.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop {
    cursor: default;
}

.RighInfo001277 .list li {
    height: 114px;
    position: relative;
}

.RighInfo001277 .list li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    bottom: 9px;
    background-size: cover;
    background-position: center;
    border: 1px solid #f2f2f2;
    margin: 0;
}

.RighInfo001277 .list li.on figure {
    border: 2px solid #ea0a0a;
}

.RighInfo001277 .right_info {
    float: right;
    width: 39.2%;
}

.RighInfo001277 .right_info h1,
.RighInfo001277 .right_info h3 {
    margin: 0;
    padding: 5% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo001277 .right_info p {
    margin: 0;
}

.RighInfo001277 .right_info h1 {
    padding: 7% 0;
    color: #ea0a0a;
    font-size: 26px;
}

.RighInfo001277 .right_info h3 {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo001277 .tab {
    padding: 3% 0;
}

.RighInfo001277 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo001277 .tab .h1_tab span {
    float: left;
    padding: 0 3%;
    line-height: 50px;
    background-color: #f2f2f3;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo001277 .tab .h1_tab span.on {
    background-color: #ea0a0a;
    color: #fff;
}

.RighInfo001277 .tab .info {
    padding-top: 3%;
}

.RighInfo001277 .ul_download li {
    border-bottom: 1px solid #d1d1d3;
    line-height: 34px;
    background: url(../img/RighInfo001277-icon_download.png) no-repeat right center;
    padding: 10px 0;
}

.RighInfo001277 .ul_download li a {
    padding: 0 38px;
    background: url(../img/RighInfo001277-icon.png) no-repeat left center;
}

.RighInfo001277 .view-list {
    padding: 20px 0 10px;
}

.RighInfo001277 .view-list p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.RighInfo001277 .view-list p em {
    color: #ea0a0a;
}

.RighInfo001277 .view_minx {
    background: url(../img/v_ico3.png) no-repeat center center;
    cursor: pointer;
    margin-top: 5px;
}

.RighInfo001277 .right_info .btn-cart {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 5%;
    color: #ea0a0a;
    transition: 0.4s;
}

.RighInfo001277 .right_info .btn-cart:hover {
    background-color: #ea0a0a;
    color: #fff;
}

.RighInfo001277 .right_info .btn-buy {
    display: inline-block;
    background: #ea0a0a;
    padding: 10px 5%;
    color: #fff;
    transition: 0.4s;
    margin-left: 20px;
}

.pro-con1 {
    margin-top: 30px;
    position: relative;
}

.pro-con1 .pro-tit {
    line-height: 30px;
    background: #ea0a0a;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    width: 160px;
    padding: 10px 0;
}

.pro-con1 .pro-text {
    border-top: 1px solid #ddd;
    padding: 30px 10px;
    font-size: 15px;
}

.pro-con1 .pro-text .box {
    margin-bottom: 10px;
}

.pro-con1 .pro-text .box h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pro-con1 .pro-text .box p {
    line-height: 32px;
}


/*shpping*/


/*产品详情 结束*/


/* 公司新闻 开始 */

.com-new-box ul li {
    border-bottom: 1px dashed #ddd;
}


/* 公司新闻 结束 */


/* 内容行业新闻 开始 */

.news_list_fl {
    margin-top: 2%;
}

.news_list_fl .auto {
    max-width: 1600px;
}

.news_list_fl h3 {
    margin: 0;
    font-size: 18px;
}

.news_list_fl p {
    line-height: 26px;
    overflow: hidden;
    color: #999;
    height: 52px;
    margin: 2% 0 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_list_fl .ul ol {
    background-color: #fff;
    margin-bottom: 2%;
    position: relative;
    padding-left: 36.25%;
}

.news_list_fl .ul ol .Ispic {
    width: 36.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.news_list_fl .ul ol .Ispic img {
    display: none;
}

.news_list_fl .ul ol div {
    padding: 5% 10% 3% 5%;
}

.news_list_fl .ul ol h3 a {
    color: #ea0a0a;
}

.news_list_fl .ul ol h3 a:hover {
    color: #ea0a0a;
}

.news_list_fl .ul ol time {
    display: block;
    padding: 3% 0;
    transition: 1s;
}

.news_list_fl .ul ol p {
    margin: 0 0 3% 0;
    min-height: 78px;
}

.news_list_fl .ul ol span a {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #ea0a0a;
    font-size: 12px;
    border: 1px solid #ea0a0a;
    transition: all 0.5s;
}

.news_list_fl .ul ol span a:hover {
    background: none;
    color: #ea0a0a;
}

.news_list_fl .ul ol:hover time {
    padding-left: 15px;
}

.news_list_fl .ul li {
    display: block;
    overflow: hidden;
    padding-left: 160px;
    padding-right: 58px;
    position: relative;
    margin-bottom: 2%;
    background-color: #fff;
    transition: .5s;
}

.news_list_fl .ul li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../img/icon/icon-jt.png) no-repeat center center;
    border-left: 1px solid #eee;
}

.news_list_fl .ul li h3 {
    transition: 1s;
}

.news_list_fl .ul li h3 a:hover {
    color: #ea0a0a;
}

.news_list_fl .ul li div {
    border-left: 1px solid #ededed;
    padding: 2% 3%;
}

.news_list_fl .ul li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
}

.news_list_fl .ul li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
    font-size: 16px;
}

.news_list_fl .ul li time i {
    font-style: normal;
    transition: 1s;
    font-size: 50px;
    color: #999;
    display: block;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}

.news_list_fl .ul li time i:after {
    display: block;
    content: '';
    margin: 5px auto;
    height: 9px;
    width: 50%;
    max-width: 66px;
    background: url(../img/bg1.png) no-repeat center;
}

.news_list_fl .ul li div p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_fl .ul li:hover {
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.news_list_fl .ul li:hover h3 {
    padding-left: 20px;
}

.news_list_fl .ul li:hover h3 a {
    color: #ea0a0a;
}

.news_list_fl .ul li:hover time i {
    color: #ea0a0a;
}

.news_list_fl .ul li:hover time i:after {
    background: url(../img/bg2.png) no-repeat center;
}


/* 内容行业新闻 结束 */


/* 新闻详情开始 */


/*内页*/

.news_detail .content {
    padding: 2%;
    border: 1px solid #eaeaea;
    margin-top: 50px;
    margin-bottom: 100px;
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news_detail .Abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #999999;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    background-color: rgba(252, 251, 253, 1);
}

.news_detail .text,
.news_detail .text span,
.news_detail .text p,
.news_detail .text div {
    font-size: 14px!important;
    line-height: 28px!important;
    font-family: "微软雅黑"!important;
}

.news_detail .Vice-title {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.news_detail .Vice-title .e-title {
    color: #c8c8c8;
}

.news_detail .Vice-title .e-title:nth-child(1) {
    background: url(../images/e-title.jpg)no-repeat left center;
    padding-left: 15px;
}

.news_detail .Vice-title .e-title:nth-child(2) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .Vice-title .e-title:nth-child(3) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .text img {
    display: block;
    margin: auto;
}

.news_detail span.center {
    text-align: center;
    display: block;
    font-size: 16px;
}

.news_detail .img {
    max-width: 100%
}

.news_detail .fanye {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-top: 30px;
}

.news_detail .fanye .prev {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye .next {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye a:hover {
    color: #1A583D
}

.news_detail .fanye span {
    color: #999;
}

.news_detail .detail-text {
    text-indent: 32px;
    line-height: 32px;
}

.news_detail .img-box {
    text-align: center;
}


/*内页*/


/* 新闻详情 结束 */


/* 内容 在线留言 开始 */

.con-message .tit-box {
    padding-top: 0;
    margin-bottom: 30px;
}

.con-contact .tit {
    text-align: center;
    font-size: 30px;
    color: #313131;
    line-height: 1;
    margin-bottom: 25px;
}

.con-contact .info {
    text-align: center;
    font-size: 14px;
    color: #898989;
    line-height: 1;
    margin-bottom: 15px;
    line-height: 26px;
}

.con-contact .line {
    display: block;
    margin: 0 auto 20px;
    width: 27px;
    height: 1px;
    background: #c6c6c6;
}

.con-contact .form {
    margin: 0 auto;
}

.con-contact .form input {
    border: 1px solid #d5d5d5;
    font-size: 14px;
}

.con-contact .name {
    background: transparent url("../img/i_form_ico1.png") no-repeat right 0;
}

.con-contact .phone {
    background: transparent url("../img/i_form_ico2.png") no-repeat right 0;
}

.con-contact .email {
    background: transparent url("../img/i_form_ico3.png") no-repeat right 0;
}

.con-contact .line1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 46px 0 13px;
    float: left;
}

.con-contact .form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px 40px 10px 13px;
    height: 149px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    background: transparent url("/img/i_form_ico4.png") no-repeat right top;
    margin-top: 25px;
}

.con-contact .form .btns_list {
    text-align: center;
}

.con-contact .form .btns_list button {
    position: relative;
    width: 49%;
    height: 45px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.con-contact .form .btns_list .submit {
    background-color: #848484;
    border-radius: 0;
    float: left;
}

.con-contact .form .btns_list .submit:hover {
    background-color: #e50012;
}

.con-contact .form .btns_list .reset {
    background-color: #848484;
    border-radius: 0;
    float: right;
}

.con-contact .form .btns_list .reset:hover {
    background-color: #e50012;
}

.con-contact .form_cb .span-4 {
    position: relative;
}

.con-contact .form_cb .span-4 span {
    position: absolute;
    right: 45px;
    top: 15px;
}

.con-contact .form .btns_list {
    width: 100%;
}

.con-contact .form .btns_list {
    text-align: center;
}

.con-contact .form_cb .span-4 {
    position: relative;
}

.row>.span-4 {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.row>.span-4:nth-child(3) {
    margin-right: 0%;
}


/* 内容在线留言 结束 */


/* 内容 资料下载 开始 */

.down-box ul li {
    padding-left: 50px;
    background: url(../img/icon-down.png) no-repeat left top;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    /* background-size: contain; */
    padding-bottom: 15px;
}

.down-box ul li h2 {
    font-size: 16px;
}

.down-box ul li:hover h2 {
    font-weight: bold;
}


/* 内容 资料下载 结束 */


/* 内容 联系方式 开始 */

.contact-box .us {
    margin-bottom: 30px;
}

.contact-box .us ul li {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 20px 10px;
    text-align: center;
}

.contact-box .us ul li i {
    display: block;
    width: 48px;
    height: 48px;
    transform-style: preserve-3d;
    transition: 1s all;
    margin: auto;
}

.contact-box .us ul li i.tel {
    background: url(../img/icon/icon-tel.png) no-repeat center;
}

.contact-box .us ul li i.add {
    background: url(../img/icon/icon-add.png) no-repeat center;
}

.contact-box .us ul li i.mail {
    background: url(../img/icon/icon-mail.png) no-repeat center;
}

.contact-box .us ul li:hover i {
    transform: rotateY(1turn);
}

.contact-box .us ul li h2 {
    font-size: 18px;
    color: #333;
    margin: 10px 0;
}

.contact-box .us ul li p {
    color: #666;
}

.contact-box .con-map {
    float: right;
    width: 100%;
    margin-left: 40px;
}

.contact-box .con-map .map {
    border: 1px solid #edecec;
    padding: 10px;
    background: #fff;
}


/* 内容 联系方式 结束 */